home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 344_01 / mtxsolv.h < prev    next >
Text File  |  1991-05-27  |  276b  |  8 lines

  1. /*-----------------------------------------------------------------------
  2.    Main File : mtx.exe
  3.    File Name : mtxsolv.h
  4.  
  5.    Purpose - Public operations on a matrix
  6. -------------------------------------------------------------------------*/
  7. void solve_matrix(void);
  8.